@import "../util/util.css";
.services__section {
  background-color: var(--secondary--background);
  box-sizing: border-box;
  padding: var(--padding-md);
  color: var(--white-color);
}
.services__section {
  position: relative;
  z-index: 0;
  padding-bottom: 10%;
  padding-top: 5%;
}
.services__section:before,
.services__section:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.services__section:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.services__section:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

.services__section__center__hr {
  color: var(--primary--element);
  width: 60px;
  height: var(--height-xxs);
  background-color: var(--primary--element);
  margin: 0 auto;
}
.services__section__heading {
  text-align: center;
  font-weight: 600;
  font-size: var(--font-sm);
}
.services__left__hr {
  color: var(--primary--element);
  width: 100px;
  height: var(--height-xxs);
  background-color: var(--primary--element);
  margin: 0 auto;
}
.services__section__card {
  background-color: var(--secondary--background);

  border-radius: 20px;
  box-shadow: -1px 1px 5px 3px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: -1px 1px 5px 3px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: -1px 1px 5px 3px rgba(255, 255, 255, 0.75);
  padding: var(--padding-sm);
  margin-top: 25px;
}
.services__section__card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: var(--line-height-md);
}
.services__section__card-text {
  font-weight: 400;
  font-size: var(--font-xs);
  line-height: 21px;
  margin-top: var(--margin-md);
  color: #fafafaab;
}
.services__section__card-body .fa {
  color: var(--primary--element);
  font-size: var(--font-md);
}

.services__section_btn {
  background: transparent;
  border: 1px solid aqua;
  color: aqua;
  font-weight: 500;
}

.services__section_btn:hover {
  background: aqua;
  border: none;
  color: rgb(44, 44, 44);
}

.services__section_btn:active {
  background: aqua;
  border: none;
  color: rgb(44, 44, 44);
}

.services__section_btn .btn-primary a {
  color: #fafafa !important;
}

/* updated code for services css */

.service_section_card {
  background: #1b2f3a;
  border-radius: 8px;
}
.service_section_card:hover {
  border-color: #67fbf1 !important;
}
.service_section_card_image {
  text-align: center;
}

.service_section_card_heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.service_section_card_content {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: rgba(253, 253, 253, 0.69);
}
.service_section_card_btn {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #67fbf1;
}
.service_section_card_btn:hover {
  text-decoration: none;
  color: #67fbf1;
}
